TreeCursor.goto_first_child_for_byte

Move this cursor to the first child of its current node that extends beyond the given byte offset.

This returns the index of the child node if one was found, and returns None if no such child was found.

struct TreeCursor
goto_first_child_for_byte
(
size_t index
)

Meta